@media screen and (max-width: 1560px) {
  .bottom-content .other-info-item li {
    width: 70%;
    margin: 0 auto 26px !important;
  }
}

@media screen and (max-width: 1024px) {
  .bottom-content {
    flex-direction: column;
    gap: 50px;
  }

  .bottom-content .other-info-item:first-of-type {
    border: none;
  }
}

@media screen and (max-width: 680px) {
  .bottom {
    padding-top: 50px;
  }

  .bottom-content .other-info {
    flex-direction: column;
  }

  .bottom-content .other-info-item {
    border: none;
  }

  .bottom-content .other-info-item li {
    width: 100%;
  }
}

.bottom {
  background: #131313;
  padding-top: 80px;
  color: #787878;
}

.bottom-contain-bottom {
  max-width: 1320px;
  width: 75%;
  margin: auto;
  padding-bottom: 20px;
}

.bottom-contain-bottom::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.bottom-content {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #222222;
}

.bottom-content .carousel-info {
  width: 36.74%;
}

.bottom-content .carousel-info .logo {
  margin-bottom: 30px;
  width: 156px;
  height: 37px;
}

.bottom-content .other-info {
  flex: 1;
  display: flex;
}

.bottom-content .other-info-item {
  min-width: 22%;
  /*padding-left: 50px;*/
  border-left: 1px solid #222222;
}

.bottom-content .other-info-item .other-info-title {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #CDCDCD;
}

.bottom-content .other-info-item li {
  margin-bottom: 26px;
  margin-left: 50px;
}

.bottom-content .other-info-item li,
.bottom-content .other-info-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #787878;
}

.bottom-content .contact-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bottom-content .contact-code {
  display: none;
  width: 200px;
  position: absolute;
  top: -210px;
  left: 50%;
  margin-left: -100px;
}

.bottom-content .contact-box .icon-item {
  position: relative;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 66px;
  background-color: #313131;
  cursor: pointer;
  user-select: none;
}

.bottom-content .contact-box .icon-item:hover .contact-code {
  display: block;
}

.bottom-content .contact-box .icon-item .bottom-icon {
  width: 16px;
  min-width: 16px;
}

.bottom-other-product a,
.bottom-friend-chain a,
.copyright a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #787878;
  cursor: pointer;
}

.bottom-other-product a:hover,
.bottom-friend-chain a:hover,
.copyright a:hover,
.other-info-item a:hover {
  color: #fff;
}

.bottom-other-product {
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}

.bottom-other-product a {
  line-height: 33.6px;
}

.bottom-other-product span {
  margin: 0 5px;
  color: #787878;
}

.bottom-other-product .firstspan {
  margin: 0;
}

.bottom-link {
  position: relative;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}

.bottom-link a {
  margin-right: 17px;
  border-bottom: 1px solid transparent;
}

.bottom-link a:hover {
  border-bottom: 1px solid #787878;
}

.copyright-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0;
  min-height: 62px;
  background-color: #0B0B0B;
}

.copyright {
  margin: 0 auto;
  width: 75%;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.infoContent {
  position: relative;
}

.infoContent.wx-name span span {
  cursor: pointer;
}

.infoContent.wx-name img {
  position: absolute;
  display: none;
  z-index: 1;
  width: 240px;
  left: 39px;
  bottom: 18px;
}

.infoContent.wx-name .bottom-sent-email span span:hover img {
  display: block;
}

.infoContent.marquee {
  height: 16px;
  overflow: hidden;
}

.infoContent.marquee .marquee_content {
  position: relative;
  width: 100%;
  animation: slideDown 100s linear infinite; /* 动画属性 */
}

@keyframes slideDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.infoContent.marquee p {
  line-height: 28px;
}

.infoContent.marquee p > a {
  color: inherit;
  text-decoration: inherit;
}

